public class ScientificNumber : NumberPublic Class ScientificNumber
Inherits Number| ScientificNumber | Initializes a new instance of the ScientificNumber class. |
| DecimalPlaces | Specifies the number of decimal places to display. |
| Grouping | Specifies whether the integer digits of a number should be grouped using a separator character. |
| MinExponentDigits | Specifies the minimum number of digits to use to display an exponent. |
| MinIntegerDigits | Specifies the minimum number of integer digits to display in a number, a scientific number, or a fraction. |
| Clone | Creates a new object that is a deep copy of the current instance. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString |
Converts the value of the current ScientificNumber object to its equivalent string representation.
(Overrides ObjectToString) |